Deprecations

On this page:

Configuration Manager

Deprecations in Configuration Manager

The table below shows a list of deprecations in Configuration Manager.

Route (Workflow Task) Description Deprecation Release Removal Release Replacement
API: {POST} /deviceGroups
WF Task: createDeviceGroups
API for creating a device group. 2019.3 2020.2 API: {POST} /deviceGroup
WF Task: createDeviceGroup
API: {POST} /deviceGroups/devices
WF Task: addDevicesToGroupByName
API for adding devices to a group. 2020.1 2021.1 API: {POST} /deviceGroups/:id/devices
WF Task: addDevicesToGroup
API: {DELETE} /deviceGroups/devices
WF Task: deleteDevicesFromGroup
API for deleting devices from a group. 2020.1 2021.1 API: {DELETE} /deviceGroups/:id/devices
WF Task: removeDevicesFromGroup
API: {GET} /devices/:deviceName/configuration/:format
WF Task: getDeviceConfigFormat
API for getting a device config in a specific format. 2020.2 2021.2 API: {GET} /devices/:deviceName/configuration
WF Task: getDeviceConfig